Utility.getNested Method

Gets a value stored in the specified object using the specified keys as property names that can be accessed successively within nested objects.
 

Parameters

object

Type: Object
An object used to store the value.
keys

Type: Array
ElementType: String
An array of property names to access on object to get the value.

Return Value


Type: Object
The value; or undefined if not defined.